CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - udp 可靠

搜索资源列表

  1. UDPDemo

    0下载:
  2. 无连接通信是通过“用户数据报协议”(User Dadagram Protocol,UDP)来完成的。它不保障可靠数据的传输,但能够向若干个目标发送数据,接收来自若干个源的数据。本例程是一个UDP示例程序。使用UDP异步通讯,并利用事件机制判断数据的接收。-Connectionless communication is through the " User Datagram Protocol" (User Dadagram Protocol, UDP) to complete.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:49080
    • 提供者:林恒青
  1. UDPServer

    0下载:
  2. UDP服务器程序,提供无连接不可靠的数据传输服务-UDP server program that provides connectionless unreliable data transmission service
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-01
    • 文件大小:26967
    • 提供者:gaojian
  1. udt

    0下载:
  2. udt协议,一种可靠的 比TCP 、udp 协议更好用的协议。-udt protocol, a reliable than TCP, udp better agreement with the agreement.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-01-25
    • 文件大小:705536
    • 提供者:lianjx
  1. back4

    0下载:
  2. UDP java 可靠传输参考,只是实现了部分功能,但还是可以参考-UDP java reference reliable transmission, but to achieve some functionality, but still can refer to
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:2318
    • 提供者:丁一
  1. day18

    0下载:
  2. MFC下怎样连接动态库,面向连接TCP-可靠有序的数据传输协议 无连接的UDP-不可靠无序的数据传输协议-How do I connect under MFC DLL,TCP-connection-oriented reliable ordered data transmission protocol Connectionless UDP-disorder unreliable data transfer protocol
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:78531
    • 提供者:锋锋
  1. VTCP9.5-P2PServer

    0下载:
  2. UDP本来是一种不可靠的网络协议,但在有些情况下UDP协议可能会变得非常有用。因为UDP具有TCP所望尘莫及的速度优势。虽然TCP协议中植入了各种安全保障功能,但是在实际执行的过程中会占用大量的系统开销,无疑使速度受到严重的影响。反观UDP由于排除了信息可靠传递机制,将安全和排序等功能移交给上层应用来完成,极大降低了执行时间,使速度得到了保证。因此我们设计出了一种新的可靠UDP协议(VTCP),自动实现UDP数据传输的可靠性。 -failed to translate
  3. 所属分类:P2P编程

    • 发布日期:2013-01-07
    • 文件大小:208506
    • 提供者:zengxle
  1. UDT(D7~XE2)

    1下载:
  2. UDT是国人开发的OpenSource的用UDP实现可靠数据传输的协议。 这里我重新导出了函数,并封闭成DELPHI控件.(转自盒子)-UDT is OpenSource development of people to achieve reliable data transmission using UDP protocol. Here I re-exported functions, and closed into DELPHI control. (From box)
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-03
    • 文件大小:1030971
    • 提供者:nicholas
  1. udt.sdk.4.9.tar

    0下载:
  2. UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 -UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:132514
    • 提供者:jiahaibin
  1. UDPRecieveDLL

    0下载:
  2. UDP 接收数据类,里面有个接收UDP数据的线程。 我自己使用的,可靠的,已经编成DLL了,其中有些解析二进制流的代码,可以不看。-udp socket program , focus on recieve udp data.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1833601
    • 提供者:yan
  1. udt

    0下载:
  2. UDT网络传输协议开源包,是基于UDP的可靠传输协议,支持P2P,有现成的文件传输函数,速度比TCP快。-Open source packages of the UDT network transport protocol is UDP-based reliable transport protocol to support P2P, there is a ready-made file transfer function, the speed is faster than TCP.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:181533
    • 提供者:yqc
  1. UDP65676534

    0下载:
  2. 针对目前流行的文件传输技术的不足, 提供了一种利用UDP 协议进行可靠、快速的多文件传输的设计方法和实现过程, 较好地解决了文件传输过程中的速度和可靠性的矛盾. 同时在数据传输的过程中引入数据流控制、差错处理、有序保证和安全保证等机制, 使文件传输更加快速, 更加安全可靠.-Lack of popular file transfer technology, using the UDP protocol for reliable, fast multi-file transfer and impl
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:276733
    • 提供者:风萧萧
  1. ETCPserver

    0下载:
  2. E语言 TCP 上传服务端 传输控制协议是一种面向连接的、可靠的、基于字节流的运输层通信协议.在简化的计算机网络OSI模型中,它完成第四层传输层所指定的功能,UDP是同一层内另一个重要的传输协议.-Language TCP upload service-side transmission control protocol is a connection-oriented reliable byte stream transport layer communication protocol i
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:212612
    • 提供者:小刀
  1. ETCPclient

    0下载:
  2. 传输控制协议是一种面向连接的、可靠的、基于字节流的运输层通信协议.在简化的计算机网络OSI模型中,它完成第四层传输层所指定的功能,UDP是同一层内另一个重要的传输协议.-Transmission Control Protocol is a connection-oriented, reliable byte stream transport layer communication protocol in the simplified OSI model of computer network,
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:213491
    • 提供者:小刀
  1. uudp4realibled

    0下载:
  2. udp实现可靠传输的代码,开源的这是一个比较早的版本本,功能简单,使用方便,内有说明,已通过测试。 -udp achieve reliable transmission of the code, open source, which is an earlier version of this simple, functional, easy to use, instructions, has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:212867
    • 提供者:tianmanglian
  1. pfldnet05-v2-1

    0下载:
  2. 基于udp的可靠传输,在udp的基础上实现可靠传输,本ppt介绍协议的数据结构以及实现机制,如何确保可靠性-Achieve reliable transmission, on the basis of the udp udp-based reliable transmission of the ppt introduced data structure as well as the implementation mechanism of the protocol, how to ensure t
  3. 所属分类:Project Manage

    • 发布日期:2017-04-17
    • 文件大小:122699
    • 提供者:zhangsan
  1. bb

    0下载:
  2. 联网导播系统中基于UDP的可靠文件传输模块的设计与开发 硕士论文 有参考价值-The reliable UDP file transfer module design and development of master' s thesis in the networking guide sowing system based reference value
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1642108
    • 提供者:加加
  1. FEC_Code_Project

    0下载:
  2. FEC库,进行264视频rtp传输进行FEC可靠UDP传输-FEC library, 264 video rtp transmission FEC reliable UDP transport
  3. 所属分类:Button control

    • 发布日期:2017-11-06
    • 文件大小:506295
    • 提供者:李千
  1. rudp-1.2.3

    0下载:
  2. 基于upd的可靠传输协议,具有双向、高效、可靠的特点-udp-based Transfer Protocol
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-11-02
    • 文件大小:87584
    • 提供者:wnoon
  1. RBUDP-v1.tar

    0下载:
  2. 包含了RBUDP代码的所有的版本,实现了基于UDP的可靠传输-RBUDP is included in this file, that acommplish a new transport protocol,which has a reliable transportation algorithm ,based on udp.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-12
    • 文件大小:28782
    • 提供者:李强
  1. udt.tar

    0下载:
  2. 包含了UDT代码的所有的版本,实现了基于UDP的可靠传输及拥塞控制算法-All versions of UDT is included in this file, that acommplish a new transport protocol,which has a reliable transportation algorithm and a congestion algorithm ,based on udp.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-24
    • 文件大小:868492
    • 提供者:李强
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com